home *** CD-ROM | disk | FTP | other *** search
/ Guia Urbana Y Turistica De Zaragoza 2000 / Guia Urbana y Turistica de Zaragoza 2000.iso / MapEX / dspcal.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-12-31  |  3KB  |  154 lines

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 224
  4.   Width = 317
  5.   Height = 351
  6.   Caption = 'Medici∩┐╜n de Pantalla'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object HBar: TTrackBar
  17.     Left = 56
  18.     Top = 264
  19.     Width = 233
  20.     Height = 41
  21.     Max = 200
  22.     Orientation = trHorizontal
  23.     PageSize = 10
  24.     Frequency = 10
  25.     Position = 150
  26.     SelEnd = 0
  27.     SelStart = 0
  28.     TabOrder = 0
  29.     ThumbLength = 20
  30.     TickMarks = tmBottomRight
  31.     TickStyle = tsNone
  32.     OnChange = HBarChange
  33.   end
  34.   object VBar: TTrackBar
  35.     Left = 24
  36.     Top = 8
  37.     Width = 26
  38.     Height = 209
  39.     Orientation = trVertical
  40.     Frequency = 10
  41.     Position = 5
  42.     SelEnd = 0
  43.     SelStart = 0
  44.     TabOrder = 1
  45.     ThumbLength = 20
  46.     TickMarks = tmTopLeft
  47.     TickStyle = tsNone
  48.     OnChange = VBarChange
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 64
  52.     Top = 16
  53.     Width = 233
  54.     Height = 225
  55.     BevelOuter = bvLowered
  56.     TabOrder = 2
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 5
  60.       Width = 212
  61.       Height = 26
  62.       Caption = 
  63.         'Para calibrar la pantalla necesitar∩┐╜ una regla graduada en cent∩┐╜' +
  64.         'metros.'
  65.       WordWrap = True
  66.     end
  67.     object Label2: TLabel
  68.       Left = 8
  69.       Top = 32
  70.       Width = 215
  71.       Height = 52
  72.       Caption = 
  73.         'Alin∩┐╜e el cero de la regla con la(s) escala(s) y haga coincidir ' +
  74.         'las marcas con las graduaciones de la regla moviendo los mandos.'
  75.       WordWrap = True
  76.     end
  77.     object Label3: TLabel
  78.       Left = 8
  79.       Top = 88
  80.       Width = 123
  81.       Height = 13
  82.       Caption = 'Tama∩┐╜o ∩┐╜rea activa (mm):'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 8
  86.       Top = 104
  87.       Width = 91
  88.       Height = 13
  89.       Caption = 'Tama∩┐╜o pixel (mm):'
  90.     end
  91.     object DispSizeInfo: TLabel
  92.       Left = 142
  93.       Top = 88
  94.       Width = 3
  95.       Height = 13
  96.       Caption = '.'
  97.     end
  98.     object PixSizeInfo: TLabel
  99.       Left = 142
  100.       Top = 104
  101.       Width = 3
  102.       Height = 13
  103.       Caption = '.'
  104.     end
  105.     object ShowLabels: TCheckBox
  106.       Left = 16
  107.       Top = 128
  108.       Width = 105
  109.       Height = 17
  110.       Caption = 'Mostrar N∩┐╜meros'
  111.       Checked = True
  112.       State = cbChecked
  113.       TabOrder = 0
  114.       OnClick = ShowLabelsClick
  115.     end
  116.     object HVTie: TCheckBox
  117.       Left = 16
  118.       Top = 160
  119.       Width = 209
  120.       Height = 17
  121.       Caption = 'Mantener Proporci∩┐╜n Vertical/Horizontal'
  122.       TabOrder = 1
  123.       OnClick = HVTieClick
  124.     end
  125.     object OKButton: TButton
  126.       Left = 16
  127.       Top = 192
  128.       Width = 75
  129.       Height = 25
  130.       Caption = 'Aceptar'
  131.       TabOrder = 2
  132.       OnClick = OKButtonClick
  133.     end
  134.     object CancelButton: TButton
  135.       Left = 128
  136.       Top = 192
  137.       Width = 75
  138.       Height = 25
  139.       Caption = 'Cancelar'
  140.       TabOrder = 3
  141.       OnClick = CancelButtonClick
  142.     end
  143.     object Aspect: TCheckBox
  144.       Left = 16
  145.       Top = 144
  146.       Width = 209
  147.       Height = 17
  148.       Caption = 'Ajuste Proporci∩┐╜n Vertical/Horizontal'
  149.       TabOrder = 4
  150.       OnClick = AspectClick
  151.     end
  152.   end
  153. end
  154.